Wed Nov 14 2018 09:52:09 GMT+0530 (India Standard Time)

Given I am on login page of Flights 1523m 11s 560ms

When I go to Rehlat Home page 1410m 41s 582ms

Then I can navigative to SignIn page 88071m 30s 354ms

And I can enter the email and featch the OTP Through Mail 181422m 6s 30ms

When I can enter password details and click on login 174882m 42s 480ms

Then I can logout the account 552824m 21s 946ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: Proxy element for: DefaultElementLocator 'By.linkText: LOG OUT' (tried for 30 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.clickElement(PageUtils.java:69)
	at cloud.rehlat.pages.Accounts.ForgotpasswordPage.LogOut(ForgotpasswordPage.java:102)
	at cloud.rehlat.steps.Accounts.ForgotpasswordSteps.i_can_logout_the_account(ForgotpasswordSteps.java:45)
	at ✽.Then I can logout the account(ForgotPwd.feature:12)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"link text","selector":"LOG OUT"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: e49e5031ec15099d58f4a0c2e8f3ef89
*** Element info: {Using=link text, value=LOG OUT}
	at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByLinkText(RemoteWebDriver.java:376)
	at org.openqa.selenium.By$ByLinkText.findElement(By.java:220)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.ExpectedConditions$23.apply(ExpectedConditions.java:686)
	at org.openqa.selenium.support.ui.ExpectedConditions$23.apply(ExpectedConditions.java:682)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.clickElement(PageUtils.java:69)
	at cloud.rehlat.pages.Accounts.ForgotpasswordPage.LogOut(ForgotpasswordPage.java:102)
	at cloud.rehlat.steps.Accounts.ForgotpasswordSteps.i_can_logout_the_account(ForgotpasswordSteps.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 12m 45s 645ms

When I go to Rehlat Home page 1168m 57s 520ms

When I go to select OneWay Radio button 36290m 14s 445ms

When I can enter From and To city names 73441m 37s 223ms

When I can select date and traveller information 297571m 21s 683ms

When I can verify text and select the filter 23638m 48s 988ms

When I can verify price details in flightdetails Pop up page 178927m 11s 594ms

When I can verify add on check box 60289m 19s 748ms

When I can enter email and coupon code and verify the show more details popUp 82677m 38s 418ms

When I can navigative to traveller Information page 34519m 54s 503ms

And I can enter Traveller details 169231m 40s 117ms

And I can enter contact details and Click PaySecurel button 881148m 22s 489ms

Then I can navigative to payment page 899m 31s 289ms

And I can enter the card details 301327m 19s 893ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 2m 12s 450ms

When I go to signUp button 88619m 16s 544ms

When I go to login gmail account 300342m 38s 547ms

When I go to select MultiCity Radio button 41549m 5s 466ms

When I can enter From and To city names MultiCityTrip 365803m 33s 875ms

When I can select date and traveller information MultiCityTrip 352740m 34s 605ms

When I can verify text and select the filter 30762m 46s 665ms

When I can verify price details in flightdetails Pop up page in Multi city 250062m 29s 959ms

When I can verify add on check box 60499m 32s 78ms

When I can enter email and coupon code and verify the show more details popUp 84141m 40s 527ms

When I can navigative to traveller Information page 34207m 7s 697ms

And I can enter Traveller details 153851m 5s 79ms

And I can enter contact details and Click PaySecurel button 849410m 41s 342ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 1m 29s 260ms

When I go to signUp button 88515m 12s 23ms

When I go to login gmail account 375205m 9s 83ms

When I go to select OneWay Radio button 36701m 50s 353ms

When I can enter From and To city names 73227m 43s 183ms

When I can select date and traveller information 246799m 44s 904ms

When I can verify text and select the filter 24240m 22s 665ms

When I can verify price details in flightdetails Pop up page 246760m 39s 806ms

When I can verify add on check box 58770m 39s 370ms

When I can enter email and coupon code and verify the show more details popUp 507952m 9s 992ms

When I can navigative to traveller Information page 34250m 45s 286ms

And I can enter Traveller details 245274m 44s 452ms

And I can enter contact details and Click PaySecurel button 852433m 49s 549ms Screenshot +

Given I am on login page of Flights 2m 35s 223ms

When I am launching the url 118115m 41s 920ms

When I go to signUp button 88817m 48s 408ms

When I go to login gmail account 305801m 53s 987ms

When I go to select MultiCity Radio button 42196m 11s 121ms

When I can enter From and To city names MultiCityTrip 360053m 16s 234ms

When I can select date and traveller information MultiCityTrip 352277m 45s 647ms

When I can verify text and select the filter 32399m 58s 771ms

When I can verify price details in flightdetails Pop up page in Multi city 558023m 43s 885ms

When I can verify add on check box 59120m 36s 363ms

When I can enter email and coupon code and verify the show more details popUp 83989m 26s 972ms

When I can navigative to traveller Information page 34405m 44s 533ms

And I can enter Traveller details 131226m 30s 854ms

And I can enter contact details and Click PaySecurel button 848391m 10s 112ms Screenshot +

Given I am on login page of Flights 1m 28s 998ms

When I am launching the url 95568m 42s 554ms

When I go to signUp button 88150m 51s 226ms

When I go to login gmail account 305305m 12s 733ms

When I go to select MultiCity Radio button 42594m 57s 196ms

When I can enter From and To city names MultiCityTrip 370244m 20s 123ms

When I can select date and traveller information MultiCityTrip 386426m 49s 856ms

When I can verify text and select the filter 30317m 50s 133ms

When I can verify price details in flightdetails Pop up page in Multi city 210025m 43s 488ms

When I can verify add on check box 58835m 44s 551ms

When I can enter email and coupon code and verify the show more details popUp 83010m 9s 946ms

When I can navigative to traveller Information page 34346m 2s 886ms

And I can enter Traveller details 131013m 15s 30ms

And I can enter contact details and Click PaySecurel button 849703m 52s 589ms Screenshot +

Given I am on login page of Flights 2m 22s 658ms

When I am launching the url 57038m 49s 188ms

When I go to signUp button 87872m 44s 94ms

When I go to login gmail account 323709m 53s 565ms

When I go to select MultiCity Radio button 41328m 37s 740ms

When I can enter From and To city names MultiCityTrip 358143m 38s 590ms

When I can select date and traveller information MultiCityTrip 465383m 28s 846ms

When I can verify text and select the filter 28942m 42s 933ms

When I can verify price details in flightdetails Pop up page in Multi city 223354m 8s 695ms

When I can verify add on check box 58820m 41s 221ms

When I can enter email and coupon code and verify the show more details popUp 83685m 41s 745ms

When I can navigative to traveller Information page 34058m 51s 295ms

And I can enter Traveller details 155490m 44s 556ms

And I can enter contact details and Click PaySecurel button 849078m 21s 70ms Screenshot +

Given I am on login page of Flights 1m 42s 86ms

When I am launching the url 103424m 15s 632ms

When I go to signUp button 88543m 55s 182ms

When I go to login gmail account 296625m 48s 576ms

When I go to select MultiCity Radio button 41393m 20s 934ms

When I can enter From and To city names MultiCityTrip 359800m 10s 551ms

When I can select date and traveller information MultiCityTrip 338882m 50s 449ms

When I can verify text and select the filter 26151m 23s 810ms

When I can verify price details in flightdetails Pop up page in Multi city 209241m 18s 970ms

When I can verify add on check box 58991m 57s 353ms

When I can enter email and coupon code and verify the show more details popUp 85136m 19s 993ms

When I can navigative to traveller Information page 34357m 34s 976ms

And I can enter Traveller details 132097m 20s 554ms

And I can enter contact details and Click PaySecurel button 847742m 24s 726ms Screenshot +

Given I am on login page of Flights 2m 9s 832ms

When I am launching the url 67579m 2s 692ms

When I go to signUp button 87616m 48s 530ms

When I go to login gmail account 306288m 21s 941ms

When I go to select OneWay Radio button 36604m 26s 585ms

When I can enter From and To city names 73161m 46s 959ms

When I can select date and traveller information 308287m 43s 179ms

When I can verify text and select the filter 22443m 14s 215ms

When I can verify price details in flightdetails Pop up page 231493m 18s 721ms

When I can verify add on check box 59260m 10s 816ms

When I can enter email and coupon code and verify the show more details popUp 506485m 18s 262ms

When I can navigative to traveller Information page 33984m 37s 205ms

And I can enter Traveller details 229829m 13s 132ms

And I can enter contact details and Click PaySecurel button 852483m 10s 304ms Screenshot +

Given I am on login page of Flights 1m 50s 200ms

When I am launching the url 197507m 11s 209ms

When I go to signUp button 88947m 42s 280ms

When I go to login gmail account 303275m 2s 430ms

When I go to select OneWay Radio button 36667m 6s 228ms

When I can enter From and To city names 73457m 17s 985ms

When I can select date and traveller information 256269m 6s 275ms

When I can verify text and select the filter 20384m 8s 188ms

When I can verify price details in flightdetails Pop up page 212272m 13s 108ms

When I can verify add on check box 58863m 59s 179ms

When I can enter email and coupon code and verify the show more details popUp 507433m 19s 263ms

When I can navigative to traveller Information page 34297m 27s 415ms

And I can enter Traveller details 248428m 36s 527ms

And I can enter contact details and Click PaySecurel button 852030m 13s 445ms Screenshot +

Given I am on login page of Flights 5m 9s 399ms

When I am launching the url 50823m 54s 221ms

When I go to signUp button 88301m 28s 715ms

When I go to login gmail account 302527m 43s 648ms

When I go to select OneWay Radio button 36355m 56s 11ms

When I can enter From and To city names 73242m 21s 646ms

When I can select date and traveller information 281296m 15s 856ms

When I can verify text and select the filter 22664m 33s 508ms

When I can verify price details in flightdetails Pop up page 231398m 14s 471ms

When I can verify add on check box 60756m 55s 856ms

When I can enter email and coupon code and verify the show more details popUp 507327m 10s 931ms

When I can navigative to traveller Information page 34329m 27s 679ms

And I can enter Traveller details 260291m 51s 830ms

And I can enter contact details and Click PaySecurel button 852017m 577ms Screenshot +

Given I am on login page of Flights 1m 12s 245ms

When I am launching the url 91505m 42s 535ms

When I go to signUp button 90336m 37s 947ms

When I go to login gmail account 304686m 33s 746ms

When I go to select OneWay Radio button 36258m 30s 672ms

When I can enter From and To city names 73069m 34s 683ms

When I can select date and traveller information 314750m 36s 786ms

When I can verify text and select the filter 24000m 12s 575ms

When I can verify price details in flightdetails Pop up page 189375m 56s 537ms

When I can verify add on check box 58577m 28s 423ms

When I can enter email and coupon code and verify the show more details popUp 506905m 51s 300ms

When I can navigative to traveller Information page 34063m 42s 109ms

And I can enter Traveller details 227801m 3s 500ms

And I can enter contact details and Click PaySecurel button 851270m 9s 280ms Screenshot +

Given I am on login page of Flights 1m 14s 601ms

When I am launching the url 184997m 44s 173ms

When I go to signUp button 88956m 931ms

When I go to login gmail account 279188m 28s 860ms

When I go to select Round Radio button 35700m 1s 603ms

When I can enter From and To city names RoundTrip 73142m 1s 452ms

When I can select date and traveller information RoundTrip 525716m 3s 933ms

When I can verify text and select the filter 29216m 34s 64ms

When I can verify price details in flightdetails Pop up page in Round Trip 277196m 48s 840ms

When I can verify add on check box 58408m 27s 620ms

When I can enter email and coupon code and verify the show more details popUp 84939m 47s 229ms

When I can navigative to traveller Information page 34151m 51s 996ms

And I can enter Traveller details 180643m 34s 887ms

And I can enter contact details and Click PaySecurel button 852648m 24s 162ms Screenshot +

Given I am on login page of Flights 1m 59s 100ms

When I am launching the url 273583m 53s 967ms

When I go to signUp button 89059m 5s 771ms

When I go to login gmail account 272576m 49s 12ms

When I go to select Round Radio button 36123m 15s 622ms

When I can enter From and To city names RoundTrip 73026m 21s 961ms

When I can select date and traveller information RoundTrip 560197m 23s 963ms

When I can verify text and select the filter 26643m 21s 318ms

When I can verify price details in flightdetails Pop up page in Round Trip 239901m 59s 952ms

When I can verify add on check box 67792m 31s 603ms

When I can enter email and coupon code and verify the show more details popUp 85902m 30s 358ms

When I can navigative to traveller Information page 34212m 55s 312ms

And I can enter Traveller details 198910m 49s 527ms

And I can enter contact details and Click PaySecurel button 851920m 24s 711ms Screenshot +

Given I am on login page of Flights 57s 326ms

When I am launching the url 60670m 33s 814ms

When I go to signUp button 88174m 6s 663ms

When I go to login gmail account 269326m 39s 394ms

When I go to select Round Radio button 35940m 14s 834ms

When I can enter From and To city names RoundTrip 73145m 53s 632ms

When I can select date and traveller information RoundTrip 466792m 13s 422ms

When I can verify text and select the filter 29241m 50s 696ms

When I can verify price details in flightdetails Pop up page in Round Trip 201511m 47s 584ms

When I can verify add on check box 60035m 9s 149ms

When I can enter email and coupon code and verify the show more details popUp 86250m 20s 921ms

When I can navigative to traveller Information page 34060m 43s 590ms

And I can enter Traveller details 201516m 38s 922ms

And I can enter contact details and Click PaySecurel button 852279m 36s 894ms Screenshot +

Given I am on login page of Flights 6m 59s 76ms

When I am launching the url 149716m 13s 105ms

When I go to signUp button 88584m 43s 152ms

When I go to login gmail account 326901m 15ms

When I go to select Round Radio button 35579m 55s 641ms

When I can enter From and To city names RoundTrip 72968m 9s 50ms

When I can select date and traveller information RoundTrip 495001m 38s 81ms

When I can verify text and select the filter 29485m 37s 784ms

When I can verify price details in flightdetails Pop up page in Round Trip 199267m 41s 146ms

When I can verify add on check box 59252m 35s 93ms

When I can enter email and coupon code and verify the show more details popUp 83770m 761ms

When I can navigative to traveller Information page 34157m 36s 471ms

And I can enter Traveller details 179792m 41s 948ms

And I can enter contact details and Click PaySecurel button 851759m 27s 115ms Screenshot +

Given I am on login page of Flights 2m 21s 350ms

When I go to Rehlat Home page 1650m 35s 707ms

When I go to register page 854m 19s 989ms

When I create multiple register accounts 810273m 24s 851ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 54s 969ms

When I go to signUp button 88229m 44s 613ms

When I go to login gmail account 269982m 12s 862ms

When I go to select Round Radio button 36800m 20s 870ms

When I can enter From and To city names RoundTrip 73032m 24s 497ms

When I can select date and traveller information RoundTrip 501739m 15s 171ms

When I can verify text and select the filter 30556m 3s 217ms

When I can verify price details in flightdetails Pop up page in Round Trip 478216m 55s 408ms

When I can verify add on check box 1675414m 29s 585ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.cssSelector: h4.panel-title' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.engine.FlightNavigation.getText(FlightNavigation.java:285)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:30)
	at ✽.When I can verify add on check box(RoundTrip.feature:24)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"h4.panel-title"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 325f70bd68f093843fe3ed9e18c7bd8d
*** Element info: {Using=css selector, value=h4.panel-title}
	at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:416)
	at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.engine.FlightNavigation.getText(FlightNavigation.java:285)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:30)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s

Given I am on login page of Flights 1m 30s 307ms

When I am launching the url 32386m 5s 68ms

When I go to signUp button 275413m 5s 37ms

When I go to login gmail account 268240m 18s 279ms

When I go to select MultiCity Radio button 42981m 54s 428ms

When I can enter From and To city names MultiCityTrip 362359m 51s 583ms

When I can select date and traveller information MultiCityTrip 604394m 44s 168ms

When I can verify text and select the filter 22581m 27s 261ms

When I can verify price details in flightdetails Pop up page in Multi city 320364m 31s 320ms

When I can verify add on check box 60951m 39s 203ms

When I can enter email and coupon code and verify the show more details popUp 91839m 5s 891ms

When I can navigative to traveller Information page 34326m 28s 897ms

And I can enter Traveller details 172609m 793ms

And I can enter contact details and Click PaySecurel button 851024m 22s 44ms Screenshot +

Given I am on login page of Flights 2m 31s 558ms

When I am launching the url 29746m 1s 651ms

When I go to signUp button 352660m 2s 797ms

When I go to login gmail account 269115m 13s 770ms

When I go to select MultiCity Radio button 41372m 48s 49ms

When I can enter From and To city names MultiCityTrip 357032m 15s 503ms

When I can select date and traveller information MultiCityTrip 708455m 59s 484ms

When I can verify text and select the filter 24556m 40s 973ms

When I can verify price details in flightdetails Pop up page in Multi city 303542m 25s 373ms

When I can verify add on check box 71084m 56s 881ms

When I can enter email and coupon code and verify the show more details popUp 100707m 31s 802ms

When I can navigative to traveller Information page 33961m 58s 676ms

And I can enter Traveller details 180199m 3s 484ms

And I can enter contact details and Click PaySecurel button 851144m 36s 906ms Screenshot +

Given I am on login page of Flights 3m 18s 413ms

When I am launching the url 84286m 23s 594ms

When I go to signUp button 167856m 13s 284ms

When I go to login gmail account 271972m 58s 173ms

When I go to select MultiCity Radio button 41504m 51s 230ms

When I can enter From and To city names MultiCityTrip 358587m 7s 172ms

When I can select date and traveller information MultiCityTrip 85841m 29s 660ms

When I can verify text and select the filter 1667943m 1s 240ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.xpath: .//*[@id='resetAll']' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at ✽.When I can verify text and select the filter(STG/MultiCityAllDomains.feature:94)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":".//*[@id='resetAll']"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: a21a70e35253e10e286151aae9233de6
*** Element info: {Using=xpath, value=.//*[@id='resetAll']}
	at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:424)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can verify price details in flightdetails Pop up page in Multi city 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 58s 634ms

When I am launching the url 344066m 41s 310ms

When I go to signUp button 232104m 2s 92ms

When I go to login gmail account 266745m 58s 254ms

When I go to select MultiCity Radio button 41291m 25s 460ms

When I can enter From and To city names MultiCityTrip 353235m 19s 377ms

When I can select date and traveller information MultiCityTrip 460381m 4s 15ms

When I can verify text and select the filter 12921m 8s 964ms

When I can verify price details in flightdetails Pop up page in Multi city 314713m 48s 850ms

When I can verify add on check box 1005m 51s 924ms

When I can enter email and coupon code and verify the show more details popUp 84887m 28s 740ms

When I can navigative to traveller Information page 34504m 51s 434ms

And I can enter Traveller details 172953m 29s 278ms

And I can enter contact details and Click PaySecurel button 848858m 59s 45ms Screenshot +

Given I am on login page of Flights 57s 587ms

When I am launching the url 23550m 12s 403ms

When I go to signUp button 213483m 15s 817ms + Show Error
org.openqa.selenium.ElementNotVisibleException: element not visible
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 4291554f6416961949ca314c2f41755f
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:276)
	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:83)
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:51)
	at com.sun.proxy.$Proxy23.click(Unknown Source)
	at cloud.rehlat.utils.PageUtils.clickElement(PageUtils.java:71)
	at cloud.rehlat.pages.engine.FlightLoginPage.clicksignUpbtn(FlightLoginPage.java:88)
	at cloud.rehlat.steps.engine.FlightLoginSteps.i_go_to_mouseover_clickSignUpIn(FlightLoginSteps.java:112)
	at ✽.When I go to signUp button(STG/OneWayAllDomains.feature:12)

When I go to login gmail account 0s

When I go to select OneWay Radio button 0s

When I can enter From and To city names 0s

When I can select date and traveller information 0s

When I can verify text and select the filter 0s

When I can verify price details in flightdetails Pop up page 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 1m 1s 513ms

When I am launching the url 130804m 54s 209ms

When I go to signUp button 183806m 30s 636ms

When I go to login gmail account 265348m 36s 345ms

When I go to select OneWay Radio button 36243m 5s 92ms

When I can enter From and To city names 73143m 57s 150ms

When I can select date and traveller information 755940m 11s 484ms

When I can verify text and select the filter 19844m 16s 567ms

When I can verify price details in flightdetails Pop up page 294695m 58s 465ms

When I can verify add on check box 1087m 12s 943ms

When I can enter email and coupon code and verify the show more details popUp 504723m 18s 804ms

When I can navigative to traveller Information page 34253m 35s 691ms

And I can enter Traveller details 224735m 20s 2ms

And I can enter contact details and Click PaySecurel button 851389m 10s 326ms Screenshot +

Given I am on login page of Flights 51s 43ms

When I am launching the url 28904m 31s 233ms

When I go to signUp button 157743m 10s 692ms

When I go to login gmail account 265576m 2s 361ms

When I go to select OneWay Radio button 36603m 1s 513ms

When I can enter From and To city names 73084m 22s 308ms

When I can select date and traveller information 514471m 56s 149ms

When I can verify text and select the filter 15365m 28s 43ms

When I can verify price details in flightdetails Pop up page 1053991m 22s 984ms

When I can verify add on check box 1667924m 44s 209ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.cssSelector: h4.panel-title' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.engine.FlightNavigation.getText(FlightNavigation.java:285)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:30)
	at ✽.When I can verify add on check box(STG/OneWayAllDomains.feature:89)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"h4.panel-title"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: b724490902a5a20ed84989e798c46c96
*** Element info: {Using=css selector, value=h4.panel-title}
	at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:416)
	at org.openqa.selenium.By$ByCssSelector.findElement(By.java:431)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.engine.FlightNavigation.getText(FlightNavigation.java:285)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:30)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 2m 12s 974ms

When I am launching the url 33303m 32s 186ms

When I go to signUp button 183301m 22s 616ms

When I go to login gmail account 267821m 33s 610ms

When I go to select OneWay Radio button 36396m 11s 522ms

When I can enter From and To city names 72959m 12s 706ms

When I can select date and traveller information 275571m 39s 713ms

When I can verify text and select the filter 15663m 10s 996ms

When I can verify price details in flightdetails Pop up page 216550m 59s 723ms

When I can verify add on check box 1778m 10s 323ms

When I can enter email and coupon code and verify the show more details popUp 506471m 13s 304ms

When I can navigative to traveller Information page 34171m 25s 199ms

And I can enter Traveller details 148671m 1s 162ms

And I can enter contact details and Click PaySecurel button 847750m 9s 872ms Screenshot +

Given I am on login page of Flights 53s 923ms

When I am launching the url 72274m 39s 327ms

When I go to signUp button 385163m 21s 328ms

When I go to login gmail account 273905m 17s 747ms

When I go to select Round Radio button 35709m 59s 721ms

When I can enter From and To city names RoundTrip 73392m 9s 662ms

When I can select date and traveller information RoundTrip 747174m 33s 660ms

When I can verify text and select the filter 23020m 36s 178ms

When I can verify price details in flightdetails Pop up page in Round Trip 442095m 55s 377ms

When I can verify add on check box 69803m 3s 207ms

When I can enter email and coupon code and verify the show more details popUp 91618m 11s 466ms

When I can navigative to traveller Information page 34178m 46s 787ms

And I can enter Traveller details 176835m 2s 481ms

And I can enter contact details and Click PaySecurel button 851212m 59s 715ms Screenshot +

Given I am on login page of Flights 1m 990ms

When I am launching the url 237964m 36s 213ms

When I go to signUp button 224569m 28s 451ms

When I go to login gmail account 269879m 33s 674ms

When I go to select Round Radio button 35727m 50s 577ms

When I can enter From and To city names RoundTrip 72839m 29s 779ms

When I can select date and traveller information RoundTrip 729036m 27s 608ms

When I can verify text and select the filter 19397m 34s 547ms

When I can verify price details in flightdetails Pop up page in Round Trip 464038m 57s 360ms

When I can verify add on check box 1917m 36s 662ms

When I can enter email and coupon code and verify the show more details popUp 85582m 57s 301ms

When I can navigative to traveller Information page 34242m 1s 244ms

And I can enter Traveller details 120952m 19s 409ms

And I can enter contact details and Click PaySecurel button 849165m 34s 416ms Screenshot +

Given I am on login page of Flights 1m 40s 515ms

When I am launching the url 102516m 48s 989ms

When I go to signUp button 195804m 37s 430ms

When I go to login gmail account 272148m 33s 185ms

When I go to select Round Radio button 141980m 34s 733ms

When I can enter From and To city names RoundTrip 72801m 803ms

When I can select date and traveller information RoundTrip 700707m 19s 761ms

When I can verify text and select the filter 18495m 56s 829ms

When I can verify price details in flightdetails Pop up page in Round Trip 345325m 33s 158ms

When I can verify add on check box 2032m 9s 143ms

When I can enter email and coupon code and verify the show more details popUp 90273m 52s 283ms

When I can navigative to traveller Information page 34114m 191ms

And I can enter Traveller details 133120m 10s 458ms

And I can enter contact details and Click PaySecurel button 849070m 50s 583ms Screenshot +

Given I am on login page of Flights 51s 305ms

When I am launching the url 213004m 40s 77ms

When I go to signUp button 196483m 56s 437ms

When I go to login gmail account 271132m 41s 832ms

When I go to select Round Radio button 35673m 22s 517ms

When I can enter From and To city names RoundTrip 73313m 42s 713ms

When I can select date and traveller information RoundTrip 515336m 33s 629ms

When I can verify text and select the filter 11554m 3s 400ms

When I can verify price details in flightdetails Pop up page in Round Trip 318178m 16s 67ms

When I can verify add on check box 986m 6s 156ms

When I can enter email and coupon code and verify the show more details popUp 84425m 58s 310ms

When I can navigative to traveller Information page 34222m 2s 389ms

And I can enter Traveller details 172451m 19s 778ms

And I can enter contact details and Click PaySecurel button 852381m 1s 481ms Screenshot +

Given I am on login page of Flights 52s 91ms

When I am launching the url 285889m 21s 155ms

When I go to select MultiCity Radio button 43251m 55s 212ms

When I can enter From and To city names MultiCityTrip 355990m 44s 485ms

When I can select date and traveller information MultiCityTrip 864777m 9s 66ms

When I can verify text and select the filter 23931m 37s 462ms

When I can verify price details in flightdetails Pop up page in Multi city 180098m 55s 593ms

When I can verify add on check box 1727775m 46s 83ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (d463dea31095949744d60b41b8a92079)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: d463dea31095949744d60b41b8a92079
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/MultiCityAllDomains.feature:27)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 2m 12s 189ms

When I am launching the url 62283m 59s 596ms

When I go to select MultiCity Radio button 42337m 9s 337ms

When I can enter From and To city names MultiCityTrip 356556m 55s 297ms

When I can select date and traveller information MultiCityTrip 235911m 39s 528ms

When I can verify text and select the filter 22467m 47s 394ms

When I can verify price details in flightdetails Pop up page in Multi city 516052m 58s 894ms

When I can verify add on check box 1728051m 52s 544ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (e8239936291b286b00d5301e33165eb5)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: e8239936291b286b00d5301e33165eb5
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/MultiCityAllDomains.feature:59)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 58s 372ms

When I am launching the url 254968m 36s 985ms

When I go to select MultiCity Radio button 41081m 28s 573ms

When I can enter From and To city names MultiCityTrip 357887m 56s 115ms

When I can select date and traveller information MultiCityTrip 460016m 27ms

When I can verify text and select the filter 24553m 38s 789ms

When I can verify price details in flightdetails Pop up page in Multi city 277377m 15s 190ms

When I can verify add on check box 1724936m 128ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (4407631615c9472099db575850084280)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 4407631615c9472099db575850084280
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/MultiCityAllDomains.feature:92)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 1m 2s 37ms

When I am launching the url 146669m 51s 32ms

When I go to select MultiCity Radio button 41415m 47s 160ms

When I can enter From and To city names MultiCityTrip 356073m 45s 757ms

When I can select date and traveller information MultiCityTrip 530746m 8s 316ms

When I can verify text and select the filter 24031m 23s 366ms

When I can verify price details in flightdetails Pop up page in Multi city 157205m 24s 192ms

When I can verify add on check box 1726623m 38s 167ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (979d33d42bccd8b6cba16bbb4e54ee21)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 979d33d42bccd8b6cba16bbb4e54ee21
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/MultiCityAllDomains.feature:125)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 57s 325ms

When I am launching the url 101083m 57s 147ms

When I go to select OneWay Radio button 38027m 42s 557ms

When I can enter From and To city names 73071m 44s 254ms

When I can select date and traveller information 367950m 12s 95ms

When I can verify text and select the filter 20659m 17s 323ms

When I can verify price details in flightdetails Pop up page 306101m 13s 792ms

When I can verify add on check box 1726565m 389ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (c7dbb6fa24d4db89cc2da0ed15ae3b89)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: c7dbb6fa24d4db89cc2da0ed15ae3b89
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/OneWayAllDomains.feature:23)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 49s 211ms

When I am launching the url 88621m 6s 745ms

When I go to select OneWay Radio button 36102m 28s 602ms

When I can enter From and To city names 73210m 6s 462ms

When I can select date and traveller information 215400m 4s 315ms

When I can verify text and select the filter 20580m 52s 730ms

When I can verify price details in flightdetails Pop up page 229440m 57s 896ms

When I can verify add on check box 1728134m 19s 788ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (d96a274876a999bd53fe1a2384a6a655)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: d96a274876a999bd53fe1a2384a6a655
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/OneWayAllDomains.feature:54)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 54s 969ms

When I am launching the url 91807m 11s 648ms

When I go to select OneWay Radio button 36925m 35s 707ms

When I can enter From and To city names 72924m 42s 192ms

When I can select date and traveller information 483725m 19s 564ms

When I can verify text and select the filter 20130m 6s 751ms

When I can verify price details in flightdetails Pop up page 234247m 32s 893ms

When I can verify add on check box 1727029m 5s 518ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (e88f07f3d5638a808ed5446e12afd2a5)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: e88f07f3d5638a808ed5446e12afd2a5
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/OneWayAllDomains.feature:86)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 1m 3s 608ms

When I am launching the url 69438m 18s 329ms

When I go to select OneWay Radio button 36343m 8s 795ms

When I can enter From and To city names 73086m 40s 516ms

When I can select date and traveller information 207793m 23s 275ms

When I can verify text and select the filter 21529m 19s 646ms

When I can verify price details in flightdetails Pop up page 226548m 32s 249ms

When I can verify add on check box 1725464m 34s 839ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (c61bfd3a2e62984403133c380ee39c9f)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: c61bfd3a2e62984403133c380ee39c9f
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/OneWayAllDomains.feature:118)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 2m 2s 503ms

When I am launching the url 103141m 22s 659ms

When I go to select Round Radio button 35477m 33s 991ms

When I can enter From and To city names RoundTrip 72907m 18s 560ms

When I can select date and traveller information RoundTrip 892088m 19s 393ms

When I can verify text and select the filter 23954m 3s 689ms

When I can verify price details in flightdetails Pop up page in Round Trip 175952m 48s 805ms

When I can verify add on check box 1723112m 57s 353ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (66416d2fa7f7e0947959025b86d1e1a2)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 66416d2fa7f7e0947959025b86d1e1a2
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/RoundTripAllDomains.feature:25)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 1m 7s 534ms

When I am launching the url 64659m 7s 964ms

When I go to select Round Radio button 35979m 29s 618ms

When I can enter From and To city names RoundTrip 73752m 22s 312ms

When I can select date and traveller information RoundTrip 323008m 22s 468ms

When I can verify text and select the filter 23196m 27s 942ms

When I can verify price details in flightdetails Pop up page in Round Trip 180131m 1s 92ms

When I can verify add on check box 1722981m 2s 810ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (678874c4b9c2ffb435eaf4d09bfdd879)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 678874c4b9c2ffb435eaf4d09bfdd879
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/RoundTripAllDomains.feature:57)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 1m 33s 710ms

When I am launching the url 92700m 55s 321ms

When I go to select Round Radio button 36172m 30s 356ms

When I can enter From and To city names RoundTrip 73048m 8s 400ms

When I can select date and traveller information RoundTrip 318762m 28s 466ms

When I can verify text and select the filter 22209m 28s 125ms

When I can verify price details in flightdetails Pop up page in Round Trip 176143m 4s 112ms

When I can verify add on check box 1724832m 15s 238ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (454f46cb139d02f65e0ef0c046cdbba6)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 454f46cb139d02f65e0ef0c046cdbba6
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/RoundTripAllDomains.feature:89)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 56s 278ms

When I am launching the url 62685m 18s 276ms

When I go to select Round Radio button 35435m 51s 838ms

When I can enter From and To city names RoundTrip 73144m 54s 998ms

When I can select date and traveller information RoundTrip 320676m 2s 739ms

When I can verify text and select the filter 23267m 59s 218ms

When I can verify price details in flightdetails Pop up page in Round Trip 178997m 53s 659ms

When I can verify add on check box 1726567m 56s 552ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[ChromeDriver: chrome on XP (a6ad903cefd2fed53993e79596883c00)] -) xpath: //div/div/div/div/div[2]/div/div[2]/div/div/span[1]] (tried for 100 second(s) with 500 milliseconds interval)
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: a6ad903cefd2fed53993e79596883c00
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.getTextOfElement(PageUtils.java:56)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.withOutAddBaggageCheckbox(BookingSummaryPage.java:275)
	at cloud.rehlat.pages.Trips.BookingSummaryPage.clickAddOnBaggage(BookingSummaryPage.java:161)
	at cloud.rehlat.steps.Trips.BookingSummarySteps.i_can_verify_text_and_select_filter(BookingSummarySteps.java:31)
	at ✽.When I can verify add on check box(TST/RoundTripAllDomains.feature:120)

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +